home *** CD-ROM | disk | FTP | other *** search
/ Web Designer 98 (Professional) / WebDesigner 1.0.iso / htmled1 / hwt_set.exe / _SETUP.1 / horizon.exe / 0 / RCDATA / TCASEBOX / TCASEBOX.txt
Encoding:
Text File  |  1996-12-13  |  865 b   |  48 lines

  1. object CaseBox: TCaseBox
  2.   Left = 209
  3.   Top = 129
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Change Case...'
  7.   ClientHeight = 96
  8.   ClientWidth = 192
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object radio: TRadioGroup
  17.     Left = 4
  18.     Top = 0
  19.     Width = 101
  20.     Height = 92
  21.     ItemIndex = 0
  22.     Items.Strings = (
  23.       'Upper Case'
  24.       'Lower Case'
  25.       'Toggle Case')
  26.     TabOrder = 0
  27.   end
  28.   object Button1: TButton
  29.     Left = 113
  30.     Top = 6
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 1
  37.   end
  38.   object Button2: TButton
  39.     Left = 113
  40.     Top = 36
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 2
  46.   end
  47. end
  48.